home *** CD-ROM | disk | FTP | other *** search
/ High Techtures / High Techtures (1994)(pacific media worX)[Mac-PC].iso / pc / printreg.bat < prev    next >
DOS Batch File  |  1994-11-20  |  454b  |  16 lines

  1. echo on
  2. rem  --------------------------------------------
  3. rem  This program will print out the registration
  4. rem  form for Hitechtures.  Make sure your printer
  5. rem  is ON before proceeding.  You must have DOS 
  6. rem  installed in your path to execute this
  7. rem  program which will output the file to your
  8. rem  default printer.
  9. rem
  10. rem  Strike any key to begin printing
  11. rem  --------------------------------
  12. echo off
  13. pause
  14. print register.txt
  15.  
  16.